home *** CD-ROM | disk | FTP | other *** search
/ A Virtual Reality Guide to Texas / CD.iso / texdata / trnsprtr.dir / 00561_toggle movie sprite script.ls < prev    next >
Encoding:
Text File  |  1998-06-17  |  165 b   |  6 lines

  1. on mouseUp
  2.   if the type of member the castNum of sprite 48 = #digitalVideo then
  3.     set the movieRate of sprite 48 to not (the movieRate of sprite 48)
  4.   end if
  5. end
  6.